GUI Help > Special > drawEllipse

drawEllipse
drawEllipse handle gadget, int left, int top, int right, int bottom

Description:
Draws an ellipse in a canvas gadget using the current drawing colours.

Return Value:


Parameters:
gadget Handle for a canvas gadget
left X co-ordinate of the leftmost point of the ellipse
top Y co-ordinate of the topmost part of the ellipse
right X co-ordinate of rightmost point in the ellipse
bottom Y co-ordinate of bottom-most point on the ellipse
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)